home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global music
- if music = 1 then
- set music to 0
- set the castNum of sprite 4 to cast "MusicOff"
- put 0 into field "Music"
- sound stop 3
- updateStage()
- else
- set music to 1
- set the castNum of sprite 4 to cast "MusicOn"
- put 1 into field "Music"
- updateStage()
- end if
- end
-
- on mouseDown
- puppetSound("click")
- end
-